home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / lightwave / lwmlist / 93.lightwave-00 / 000482_rutgers!westford.ccur.com!mark_Fri, 16 Jul 93 19:04:26 EDT.msg < prev    next >
Internet Message Format  |  1993-12-31  |  2KB

  1. Received: by bobsbox.rent.com (V1.16/Amiga)
  2.     id AA00000; Fri, 16 Jul 93 19:04:26 EDT
  3. Received: from masscomp.westford.ccur.com by rutgers.edu (5.59/SMI4.0/RU1.5/3.08) 
  4.     id AA18862; Fri, 16 Jul 93 10:13:51 EDT
  5. Received: from hubbub by masscomp.westford.ccur.com via TCP/IP with SMTP
  6.           id aa01741; 16 Jul 93 10:04 EDT
  7. Received: from dippre by hubbub.westford.ccur.com via TCP/IP with SMTP (local)
  8.           id aa24550; 16 Jul 93 10:05 EDT
  9. In-Reply-To: Your message of Thu, 15 Jul 93 17:52:22 -0700.
  10.              <93Jul15.175236pdt.14389-1@well.sf.ca.us>
  11. Date: Fri, 16 Jul 93 10:05:24 EDT
  12. Message-Id:  <9307161005.aa24550@hubbub.westford.ccur.com>
  13. From: Mark Thompson <rutgers!westford.ccur.com!mark>
  14. To: bobsbox.rent.com!lightwave
  15. Cc: westford.ccur.com!mark
  16. Subject: Re: Image Processing
  17.  
  18. Stuart H. Ferguson writes:
  19. > I need a very wide blur, say a 10 pixel convolution
  20.  
  21. I'm unaware of commercial programs with this capability, but writing
  22. a convolver filter in C ranks as among the easiest coding execises I
  23. know of (and I can't imagine you are afraid of coding :-) The only question
  24. is what do you want to do at the image boundries, which is of particular
  25. interest with such a large convolution kernal. Most people either replicate
  26. the edge value or mirror the data. Another consideration, if you choose
  27. to code this, is to do it in the frequency domain instead using 2D FFTs.
  28. When convolution kernals start getting big, the frequency domain approach
  29. can be much more efficient (but a bit more involved to code).
  30.  
  31. Also, I believe the "Hooks" feature of ImageFX would simplify any coding
  32. you would need. You would simply write the filter and ImageFX would handle
  33. the file formatting and interface. I've been meaning to try this out myself.
  34. %~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
  35. %      `       '        Mark Thompson                 CONCURRENT COMPUTER  %
  36. % --==* RADIANT *==--   mark@westford.ccur.com        Principal Graphics   %
  37. %      ' Image `        ...!uunet!masscomp!mark       Hardware Architect   %
  38. %     Productions       (508)392-2480 (603)424-1829   & General Nuisance   %
  39. %                                                                          %
  40.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~